home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Univers Mac Interactif 42
/
Univers Mac Interactif - Issue 42.iso
/
>interactif
/
Démos Voyager
/
MOZART.DIR
/
00025_Script_25
< prev
next >
Wrap
Text File
|
1994-10-13
|
432b
|
25 lines
on enterframe
cursor 200
end
on waitQT chan
if the movieRate of sprite chan = 1 then go to the frame
end
on waitSound chan
if soundbusy(chan) = 1 then go to the frame
end
on myWait theTicks
set myTicks = theTicks + the ticks
repeat while (myTicks >= the ticks)
end repeat
end
on KeyDown
global autoplaying
put 0 into autoplaying
sound stop 1
sound stop 2
unloadcast
play done
end